/* Davinci Resolve - EN */

/**
 * Global
 *
 * Main
 * Workflow
 * Color
 * Edit
 * Media
 * Delivery
 * Control
 * Power
 * Compare
 * How to Buy
 */

/* Global */
body {
    background: #393939 url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/pattern.png') repeat;
}
#inner-container #header-content h1 {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/davinci-resolve-title.png');
}
#navContainer {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/bg-nav.png');
}
#navContainer nav li.resolve-logo a {
    width: 50px;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/resolve-logo.png');
    background-repeat: no-repeat;
    background-size: 50px 45px;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header-content h2 {
    font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
}
/* Watch Video */
.blackout {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    display: none;
}
.blackout a {
    width: 48px;
    height: 48px;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/shared/close.png');
    background-repeat: no-repeat;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 1001;
}
.blackout a:hover {
    background-position: bottom;
}
.video-container {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 540px;
    margin-left: -480px;
    margin-top: -270px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: #000000;
    z-index: 1000;
    display: none;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min-resolution: 2dppx),
only screen and ( min-resolution: 192dpi) {
    #navContainer nav li.resolve-logo a { 
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/resolve-logo@2x.png');
    }
    #inner-container #header-content h1 {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/davinci-resolve-title@2x.png');
    }
}

/* Main */
#Home-products-davinciresolve #container {
    background-color: #fff;
}
#Home-products-davinciresolve #header-content h1 {
    margin-bottom: 43px;
}
#Home-products-davinciresolve #header-content .color-bt {
    padding: 12px 30px 12px 68px;
    font-size: 22px;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/download-icon.png');
    background-size: 19px 16px;
    background-repeat: no-repeat;
    background-position: 29px center;
}
#Home-products-davinciresolve #header-content .color-bt:hover {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/download-icon-on.png');
}
#Home-products-davinciresolve #header-content .arrow {
    margin: 44px 0 0;
}
#Home-products-davinciresolve #hollywood {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/hollywood.jpg');
    background-size: 1200px 733px;
    background-repeat: no-repeat;
    padding-bottom: 45px;
}
#Home-products-davinciresolve #hollywood h2 {
    text-align: center;
}
#Home-products-davinciresolve #hollywood p {
    color: #fff;
}
#Home-products-davinciresolve #hollywood .play-video a {
    width: 245px;
    height: 185px;
}
#Home-products-davinciresolve #hollywood .resolve-video-container {
    overflow: hidden;
    width: 1042px;
    margin: 0 auto;
}
#Home-products-davinciresolve #hollywood .resolve-video-container p {
    text-align: center;
    position: relative;
    top: 198px;
    font-weight: 600;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .preview-container {
    width: 245px;
    height: 240px;
    float: left;
    margin-right: 20px;
    position: relative;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .preview-container:last-child {
    margin-right: 0;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .video {
    float: left;
    margin-right: 20px;
    position: relative;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .video img:first-child {
    position: absolute;
    background-color: #00aeef;
    bottom: 20px;
    left: 21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .video img:last-child {
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
#Home-products-davinciresolve #hollywood .resolve-video-container .border-box {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 185px;
    border: 4px solid #00aeef;
    box-sizing: border-box;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .watch-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 185px;
    z-index: 5;
}
#Home-products-davinciresolve #hollywood .resolve-video-container .watch-video:hover > .border-box {
    display: block;
}
#Home-products-davinciresolve #advanced {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/advanced.jpg');
    background-size: 1200px 662px;
    background-repeat: no-repeat;
    padding-top: 0;
    min-height: 500px;
}
#Home-products-davinciresolve #advanced .column {
    width: 285px;
    color: #fff;
}
#Home-products-davinciresolve #scalable-power {
    background: #000000 url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/scalable-power.jpg');
    background-size: 1200px 924px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 476px;
}
#Home-products-davinciresolve #scalable-power .column {
    color: #fff;
}
#Home-products-davinciresolve #testimonial {
    background-color: #fff;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/quotation-marks.png');
    background-size: 1027px 52px;
    background-position: center center;
    background-repeat: no-repeat;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container {
    width: 780px;
    margin: 50px auto;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 245px;
    height: 240px;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container:first-child {
    margin-left: 0;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container img:first-child {
    position: absolute;
    background-color: #00aeef;
    bottom: 86px;
    left: 21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container img:last-child {
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .border-box {
    border: 4px solid #fff;
    display: none;
    width: 237px;
    height: 177px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .play-video a {
    width: 245px;
    height: 185px;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .play-video:hover {
    box-shadow: none;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .play-video:hover .border-box {
    display: block;
    border: 4px solid #00aeef;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .name {
    font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    text-align: left;
    margin: 6px 0 0;
}
#Home-products-davinciresolve #testimonial .testimonial-video-container .preview-container .position {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 6px;
}
#Home-products-davinciresolve #control-surface {
    background-color: #fff;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/control-surface.jpg');
    background-size: 1160px 669px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    min-height: 330px;
}
#Home-products-davinciresolve #control-surface h2 {
    color: #3f3f3f;
    text-align: center;
}
#Home-products-davinciresolve #control-surface .autocolumn {
    column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}
#Home-products-davinciresolve #control-surface .content {
    margin: 0 auto;
    text-align: center;
    width: 720px;
    overflow: visible;
}
#Home-products-davinciresolve #control-surface p {
    color: #3f3f3f;
    width: 340px;
    text-align: left;
}
#Home-products-davinciresolve #control-surface .bt {
    display: inline-block;
    margin-top: 35px;
}
#Home-products-davinciresolve #media-management {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/media-management.jpg');
    background-size: 1200px 713px;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 535px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 20px;
}
#Home-products-davinciresolve #media-management p {
    color: #fff;
}
#Home-products-davinciresolve #media-management h2 {
    margin-top: 72px;
}
#Home-products-davinciresolve #finishing {
    background-color: #fff;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/finishing-and-delivery.jpg');
    background-size: 1200px 678px;
    background-position: 0 -23px;
    background-repeat: no-repeat;
    min-height: 500px;
    max-height: 628px;
    padding-top: 0;
    padding-bottom: 50px;
}
#Home-products-davinciresolve #finishing p {
    color: #fff;
}
#Home-products-davinciresolve #finishing h2 {
    margin-top: 72px;
}
#Home-products-davinciresolve #image-quality {
    background-color: #fff;
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/incredible-image-quality.jpg');
    background-size: 1160px 705px;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 538px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 20px;
}
#Home-products-davinciresolve #image-quality p {
    color: #fff;
}
#Home-products-davinciresolve #image-quality h2 {
    margin-top: 72px;
}
#Home-products-davinciresolve #integration {
    background-color: #fff;
    padding-bottom: 48px;
}
#Home-products-davinciresolve #integration h2 {
    color: #2f3030;
}
#Home-products-davinciresolve #integration .tech-container {
    width: 910px;
    margin: 50px auto 10px;
    overflow: hidden;
}
#Home-products-davinciresolve #integration .tech-container .tech {
    float: left;
    margin-right: 50px;
}
#Home-products-davinciresolve #integration .tech-container .tech:last-child {
    margin-right: 0;
}
#Home-products-davinciresolve #integration .tech-container .tech p {
    text-align: center;
    font-weight: 600;
    margin-top: 16px;
}
#Home-products-davinciresolve #integration h2 {
    text-align: center;
}
#Home-products-davinciresolve #integration .single-column-center {
    width: 644px;
}
#Home-products-davinciresolve #integration .bt-container {
    text-align: center;
}
#Home-products-davinciresolve #integration .bt {
    display: inline-block;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2), 
only screen and (min-resolution:2dppx), 
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve #hollywood {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/hollywood@2x.jpg');
    }
    #Home-products-davinciresolve #advanced {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/advanced@2x.jpg');
    }
    #Home-products-davinciresolve #scalable-power {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/scalable-power@2x.jpg');
    }
    #Home-products-davinciresolve #testimonial {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/quotation-marks@2x.png');
    }
    #Home-products-davinciresolve #control-surface {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/control-surface@2x.jpg');
    }
    #Home-products-davinciresolve #media-management {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/media-management@2x.jpg');
    }
    #Home-products-davinciresolve #finishing {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/finishing-and-delivery@2x.jpg');
    }
    #Home-products-davinciresolve #image-quality {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/main/incredible-image-quality@2x.jpg');
    }
    #Home-products-davinciresolve #header-content .color-bt {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/download-icon@2x.png');
    }
    #Home-products-davinciresolve #header-content .color-bt:hover {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/common/download-icon-on@2x.png');
    }
}

/* Workflow */
#Home-products-davinciresolve-workflow #blur {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/workflow/bkg-blur.jpg');
    background-size: 1200px 317px;
}
#Home-products-davinciresolve-workflow #blur .column-container {
    padding: 60px 145px;
}
#Home-products-davinciresolve-workflow #blur p {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption {
    float: left;
    background: #202020;
    text-align: center;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .content-container .title {
    color: #fff;
    font-size: 28px;
    font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .content-container .content {
    color: #fff;
    font-size: 16px;
    margin-bottom: 34px;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .content-container {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
#Home-products-davinciresolve-workflow #content-grading-live .content-container,
#Home-products-davinciresolve-workflow #content-editorial .content-container,
#Home-products-davinciresolve-workflow #content-remote .content-container {
    margin: -264px 0 50px 0;
}
#Home-products-davinciresolve-workflow #content-feature-film .content-container,
#Home-products-davinciresolve-workflow #content-dslr .content-container,
#Home-products-davinciresolve-workflow #content-episodic-television .content-container,
#Home-products-davinciresolve-workflow #content-supporting-freelance .content-container {
    margin: -284px 0 50px
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .title {
    color: white;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .title,
#Home-products-davinciresolve-workflow .resolve-workflow-caption .content,
#Home-products-davinciresolve-workflow .resolve-workflow-caption .bt {
    width: 670px;
    margin-left: 266px;
}
#Home-products-davinciresolve-workflow .resolve-workflow-caption .close-btn {
    position: absolute;
    top: 30px;
    right: 150px;
    z-index: 6;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-workflow #blur {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/workflow/bkg-blur@2x.jpg');
    }
}

/* Color */
#Home-products-davinciresolve-color #container {
    background-color: #685c4f;
}
#Home-products-davinciresolve-color .body-content-alt {
    color: #fff;
}
#Home-products-davinciresolve-color #colorintro p {
    color: #fff;
    margin-top: 40px;
}
#Home-products-davinciresolve-color #colorintro {
    text-align: center;
}
#Home-products-davinciresolve-color #colorintro .single-column-center {
    width: 640px;
}
#Home-products-davinciresolve-color #colorintro {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/intro.jpg');
    background-size: 1200px 935px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 600px;
    position: relative;
}
#Home-products-davinciresolve-color #unlimitedgrades {
    padding-top: 0px;
    background: #cccccc;
}
#Home-products-davinciresolve-color #unlimitedgrades h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #unlimitedgrades .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
    border-right: 1px solid #ebebeb;
}
#Home-products-davinciresolve-color #unlimitedgrades .table-cell:first-child {
    border-right: none;
}
#Home-products-davinciresolve-color #unlimitedgrades .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #powerful {
    padding-top: 0px;
}
#Home-products-davinciresolve-color #powerful .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
    padding-bottom: 20px;
}
#Home-products-davinciresolve-color #powerful {
    background-color: #cccccc;
}
#Home-products-davinciresolve-color #powerful .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #powerful h2 {
    color: #2f3030;
    margin-top: 0;
}
#Home-products-davinciresolve-color #precision {
    padding-top: 0px;
}
#Home-products-davinciresolve-color #precision .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
    height: 320px;
}
#Home-products-davinciresolve-color #precision {
    background-color: #cccccc;
}
#Home-products-davinciresolve-color #precision .column-container {
    position: relative;
    z-index: 10;
}
#Home-products-davinciresolve-color #precision .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #precision h2 {
    color: #2f3030;
    margin-top: 0;
}
#Home-products-davinciresolve-color #automatic {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/automatic.jpg');
    background-size: 1200px 864px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 863px;
    margin-top: -228px;
    z-index: 5;
}
#Home-products-davinciresolve-color #automatic .column-container {
    margin-top: 173px;
}
#Home-products-davinciresolve-color #automatic .resolve-center-text {
    text-align: center;
    width: 658px;
    margin: 0 auto;
}
#Home-products-davinciresolve-color #power .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
    margin-top: 99px;
}
#Home-products-davinciresolve-color #power .column-container .column {
    float: left;
    width: 367px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #power {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/power.jpg');
    background-size: 1200px 1149px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 1149px;
    padding-top: 0;
}
#Home-products-davinciresolve-color #power p {
    color: #fff;
}
#Home-products-davinciresolve-color #power .precision-secondaries {
    padding-left: 20px;
}
#Home-products-davinciresolve-color #power .text {
    position: absolute;
    width: 370px;
    top: 480px;
    left: 630px;
}
#Home-products-davinciresolve-color #power .text h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #power .text p {
    color: #2f3030;
}
#Home-products-davinciresolve-color #stabilization {
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/texture-box.jpg");
    background-size: 1160px 1195px;
    background-color: #c1ccd3;
    width: 1160px;
    margin-top: -678px;
    margin-left: 20px;
    padding-top: 57px;
    z-index: 9;
}
#Home-products-davinciresolve-color #stabilization h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #stabilization .table-cell:first-child {
    padding: 0 25px 50px 126px;
    border-right: none;
}
#Home-products-davinciresolve-color #stabilization .table-cell:last-child {
    padding: 0 145px 50px 24px;
}
#Home-products-davinciresolve-color #stabilization .column-container .column:first-child {
    padding-left: 126px;
    padding-right: 25px;
    height: 320px;
}
#Home-products-davinciresolve-color #stabilization .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 0;
}
#Home-products-davinciresolve-color #precision h2 {
    color: #2f3030;
    margin-top: 0;
}
#Home-products-davinciresolve-color #optical {
    background-color: #fff;
}
#Home-products-davinciresolve-color #optical .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
    border-right: 1px solid #ebebeb;
}
#Home-products-davinciresolve-color #optical .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #optical .column-container img {
    margin-top: 30px;
}
#Home-products-davinciresolve-color #optical h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #incredible {
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/unique.jpg");
    background-size: 1200px 1080px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 0;
    background-color: #fff;
    margin-top: -219px;
    z-index: 5;
}
#Home-products-davinciresolve-color #incredible .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
    margin-top: 527px;
}
#Home-products-davinciresolve-color #incredible .column-container .column-creative:first-child {
    padding-left: 145px;
    padding-right: 25px;
}
#Home-products-davinciresolve-color #incredible .column-container .column-creative {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #incredible .column-container .table-cell:first-child {
    padding: 30px 26px 50px 145px;
    border-right: none;
}
#Home-products-davinciresolve-color #incredible .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
}
#Home-products-davinciresolve-color #incredible p {
    color: #fff;
}
#Home-products-davinciresolve-color #creative {
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/creative.jpg");
    background-size: 1200px 600px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 61px;
    background-color: #fff;
    margin-top: -74px;
    z-index: 20;
}
#Home-products-davinciresolve-color #creative .column-container .column {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
    margin-top: 330px;
}
#Home-products-davinciresolve-color #creative .column-container .column-creative:first-child {
    padding-left: 145px;
    padding-right: 25px;
}
#Home-products-davinciresolve-color #creative .column-container .column-creative {
    float: left;
    width: 430px;
    padding-left: 25px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #creative .column-container .table-cell:first-child {
    padding: 0 26px 50px 145px;
    border-right: none;
}
#Home-products-davinciresolve-color #creative .column-container .table-cell:last-child {
    padding-top: 0;
}
#Home-products-davinciresolve-color #creative .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 25px;
}
#Home-products-davinciresolve-color #creative h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #incredible .creative-tools {
    color: #2f3030;
}
#Home-products-davinciresolve-color #realtime {
    background-color: #fff;
    overflow: hidden;
    padding-top: 0px;
}
#Home-products-davinciresolve-color #realtime .column-container .column {
    float: left;
    width: 429px;
    padding-left: 0px;
    padding-right: 130px;
}
#Home-products-davinciresolve-color #realtime .column-container .column:first-child {
    padding-left: 145px;
    padding-right: 27px;
    border-top: 1px solid #ebebeb;
    float: left;
}
#Home-products-davinciresolve-color #realtime .column-container .column:first-child img {
    margin-top: 30px;
}
#Home-products-davinciresolve-color #realtime h2 {
    color: #2f3030;
}
#Home-products-davinciresolve-color #realtime .text {
    position: absolute;
    width: 390px;
    top: -16px;
    left: 630px;
    color: #fff;
}
#Home-products-davinciresolve-color #realtime .text h2 {
    color: #fff;
}
#Home-products-davinciresolve-color #realtime .two-column--text-left--image-right .image-container {
    float: right;
    margin-right: -1px;
}
#Home-products-davinciresolve-color #fx {
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/plugins.jpg");
    background-size: 1200px 1274px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
}
#Home-products-davinciresolve-color #fx h2, #Home-products-davinciresolve-color #fx p {
    color: #fff;
}
#Home-products-davinciresolve-color #fx .column-container .table-cell:first-child {
    padding: 27px 26px 0px 145px;
    border-right: none;
}
#Home-products-davinciresolve-color #fx .table-cell:last-child {
    padding-top: 282px;
    padding-bottom: 30px;
}
#Home-products-davinciresolve-color #real {
    background: #fff;
}
#Home-products-davinciresolve-color #real .resolve-center-text {
    width: 658px;
    margin: 0 auto;
}
#Home-products-davinciresolve-color #real h2 {
    color: #2f3030
}
#Home-products-davinciresolve-color #systems {
    background: #fff;
    padding-bottom: 16px;
    text-align: center;
}
#Home-products-davinciresolve-color #systems .resolve-center-text {
    text-align: center;
    width: 658px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 450px;
}
#Home-products-davinciresolve-color #systems h2 {
    color: #2f3030
}
#Home-products-davinciresolve-color #systems img {
    position: relative;
    z-index: 1;
    margin-top: -650px;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-color #colorintro {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/intro@2x.jpg');
    }
    #Home-products-davinciresolve-color #automatic {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/automatic@2x.jpg');
    }
    #Home-products-davinciresolve-color #power {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/power@2x.jpg');
    }
    #Home-products-davinciresolve-color #stabilization {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/texture-box@2x.jpg");
    }
    #Home-products-davinciresolve-color #incredible {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/unique@2x.jpg");
    }
    #Home-products-davinciresolve-color #fx {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/color/plugins@2x.jpg");
    }
}

/* Edit */
#Home-products-davinciresolve-edit .column-container .column:last-child {
    width: 430px;
    padding-right: 145px;
    padding-left: 25px;
}
#Home-products-davinciresolve-edit .column-container .column:first-child {
    width: 430px;
    padding-left: 145px;
    padding-right: 25px;
}
#Home-products-davinciresolve-edit #intro {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/editing-action.jpg');
    background-size: 1200px 776px;
    padding: 60px 0 490px;
    background-position: bottom;
    background-repeat: no-repeat;
}
#Home-products-davinciresolve-edit #intro .content {
    margin: 0 auto;
    text-align: center;
    width: 660px;
    color: white;
}
#Home-products-davinciresolve-edit #intro .bt {
    display: inline-block;
    margin-top: 20px;
}
#Home-products-davinciresolve-edit #timeline {
    padding-top: 0;
}
#Home-products-davinciresolve-edit #timeline img {
    display: block;
}
#Home-products-davinciresolve-edit #timeline > div {
    background: #fff url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/bkg-mixed-format-timeline.jpg');
    background-size: 1200px 806px;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    padding-top: 40px;
    padding-bottom: 80px;
}
#Home-products-davinciresolve-edit #mixed {
    margin: 0 auto;
    text-align: center;
    width: 660px;
}
#Home-products-davinciresolve-edit #comprehensive-context h2 {
    margin-top: 30px;
}
#Home-products-davinciresolve-edit #comprehensive-context img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#Home-products-davinciresolve-edit #mixed h2 {
    margin-top: 20px;
}
#Home-products-davinciresolve-edit #transitions {
    background-color: #cccccc;
}
#Home-products-davinciresolve-edit #transitions h2,
#Home-products-davinciresolve-edit #transitions p,
#Home-products-davinciresolve-edit #transitions span {
    color: #000;
}
#Home-products-davinciresolve-edit #transitions .column:last-child {
    height: 303px;
}
#Home-products-davinciresolve-edit #transitions .column img {
    margin-top: 48px;
    position: absolute;
}
#Home-products-davinciresolve-edit #transitions .icon-container {
    margin: 0 auto;
    padding: 30px 0 70px;
    width: 916px;
    overflow: hidden;
    height: 75px;
}
#Home-products-davinciresolve-edit #transitions .icon-container a {
    padding: 0 11px 0 10px;
    display: inline-block;
    width: 72px;
    float: left;
    position: relative
}
#Home-products-davinciresolve-edit #transitions .icon-container a img {
    border: 3px solid rgba(255, 255, 255, 0);
    margin: -3px 0 0 -3px;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#Home-products-davinciresolve-edit #transitions .icon-container a:hover img,
#Home-products-davinciresolve-edit #transitions .icon-container a.selected img {
    border: 3px solid #6bd0f6;
}
#Home-products-davinciresolve-edit #transitions .icon-container a:first-child {
    padding-left: 3px;
}
#Home-products-davinciresolve-edit #transitions .icon-container a:last-child {
    padding-right: 0;
}
#Home-products-davinciresolve-edit #transitions .icon-container img {
    position: absolute;
    top: 3px;
}
#Home-products-davinciresolve-edit #transitions .icon-container span {
    margin: 60px 0 0 -14px;
    display: inline-block;
    text-align: center;
    width: 100px;
    font-size: 10px;
}
#Home-products-davinciresolve-edit #optical {
    background: #cccccc url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/bkg-optical.jpg');
    background-size: 1200px 524px;
    background-repeat: no-repeat;
    background-position: bottom;
}
#Home-products-davinciresolve-edit #optical h2,
#Home-products-davinciresolve-edit #optical p {
    color: white;
}
#Home-products-davinciresolve-edit #optical img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#Home-products-davinciresolve-edit #custom h2,
#Home-products-davinciresolve-edit #custom p {
    color: white;
}
#Home-products-davinciresolve-edit #custom {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/custom-titles.jpg');
    background-size: 1200px 648px;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 76px;
    min-height: 305px;
}
#Home-products-davinciresolve-edit #openfx {
    background-color: #cccccc;
    padding-top: 0;
}
#Home-products-davinciresolve-edit #openfx img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#Home-products-davinciresolve-edit #collaborate {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/compatible-with-other-editors.jpg');
    background-size: 1200px 600px;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 80px;
    padding-top: 45px;
    min-height: 255px;
}
#Home-products-davinciresolve-edit #collaborate h2 {
    color: #000;
}
#Home-products-davinciresolve-edit #collaborate p {
    width: 400px;
    color: #000;
}
#Home-products-davinciresolve-edit #audio-editing {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/audio-editing-and-mixing.jpg');
    background-size: 1200px 562px;
    background-repeat: no-repeat;
    min-height: 449px;
    padding-top: 0px;
    background-position: top;
}
#Home-products-davinciresolve-edit #audio-editing .content {
    margin-left: 740px;
    width: 340px;
}
#Home-products-davinciresolve-edit #audio-editing h2 {
    margin-top: 0;
    padding-top: 45px;
}
#Home-products-davinciresolve-edit #audio-editing h2,
#Home-products-davinciresolve-edit #audio-editing p {
    color: white;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-edit #intro {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/editing-action@2x.jpg');
    }
    #Home-products-davinciresolve-edit #timeline > div {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/bkg-mixed-format-timeline@2x.jpg');
    }
    #Home-products-davinciresolve-edit #optical {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/bkg-optical@2x.jpg');
    }
    #Home-products-davinciresolve-edit #custom {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/custom-titles@2x.jpg');
    }
    #Home-products-davinciresolve-edit #collaborate {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/compatible-with-other-editors@2x.jpg');
    }
    #Home-products-davinciresolve-edit #audio-editing {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/edit/audio-editing-and-mixing@2x.jpg');
    }
}

/* Media */
#Home-products-davinciresolve-media #container {
    background-color: white;
}
#Home-products-davinciresolve-media #blur p {
    margin-top: 160px;
    margin-left: 145px;
    width: 270px;
}
#Home-products-davinciresolve-media #blur {
    height: 600px;
    padding-top: 0;
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/intro.jpg");
    background-size: 1200px 600px;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
}
#Home-products-davinciresolve-media #manage {
    background-color: white;
    padding-top: 0;
}
#Home-products-davinciresolve-media #manage h2 {
    margin-top: 25px;
}
#Home-products-davinciresolve-media #create {
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/macbook.jpg");
    background-size: 1200px 1203px;
    background-repeat: no-repeat;
    padding-top: 0;
}
#Home-products-davinciresolve-media #create .column {
    width: 430px;
}
#Home-products-davinciresolve-media #create .column img {
    border-radius: 3px;
}
#Home-products-davinciresolve-media #create .column:first-child {
    background-color: rgba(49, 49, 49, 0.8);
    padding: 30px 26px 0 145px;
}
#Home-products-davinciresolve-media #create .column:last-child {
    padding: 30px 144px 0 25px;
}
#Home-products-davinciresolve-media #create .column:first-child h2 {
    margin-top: 25px;
}
#Home-products-davinciresolve-media #create #organize img {
    margin-top: 0px;
}
#Home-products-davinciresolve-media #create .column:last-child h2 {
    margin-top: 0px;
}
#Home-products-davinciresolve-media #audio {
    background-color: white;
    padding-top: 10px;
    background-color: #fff;
    background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/format.jpg");
    background-size: 1160px 895px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#Home-products-davinciresolve-media #audio .column {
    width: 430px;
}
#Home-products-davinciresolve-media #audio .column img {
    margin-top: 16px;
}
#Home-products-davinciresolve-media #audio .column:first-child {
    padding: 30px 26px 0 145px;
}
#Home-products-davinciresolve-media #audio .column:last-child {
    padding: 30px 144px 0 25px;
}
#Home-products-davinciresolve-media #audio h2 {
    margin-top: 0px;
}
#Home-products-davinciresolve-media #audio .icon-container {
    margin: 90px auto 25px;
    text-align: center;
    width: 604px;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-media #blur {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/intro@2x.jpg");
    }
    #Home-products-davinciresolve-media #create {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/macbook@2x.jpg");
    }
    #Home-products-davinciresolve-media #audio {
        background-image: url("https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/media/format@2x.jpg");
    }
}

/* Delivery */
#Home-products-davinciresolve-delivery h2 {
    color: #303030;
    margin: 13px 0 9px 0;
}
#Home-products-davinciresolve-delivery .rev {
    color: #fff;
}
#Home-products-davinciresolve-delivery .column {
    width: 430px;
    padding: 0;
    margin-left: 50px;
}
#Home-products-davinciresolve-delivery .column:first-child {
    margin-left: 145px;
}
#Home-products-davinciresolve-delivery .rad {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#Home-products-davinciresolve-delivery #intro {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/intro.jpg');
    background-size: 1200px 900px;
    background-position: bottom;
}
#Home-products-davinciresolve-delivery #intro p {
    text-align: center;
    width: 600px;
    margin: 35px auto 0 auto;
    padding-bottom: 591px;
}
#Home-products-davinciresolve-delivery #files {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/master-output.jpg');
    background-size: 1200px 786px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}
#Home-products-davinciresolve-delivery #files .column-container:first-child {
    margin-top: 25px;
}
#Home-products-davinciresolve-delivery #files .column-container:nth-child(2) {
    padding-bottom: 213px;
}
#Home-products-davinciresolve-delivery #digital-cinema {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/digital-cinema-background.jpg');
    background-size: 1200px 276px;
    background-repeat: no-repeat;
    background-color: #ccc;
}
#Home-products-davinciresolve-delivery #digital-cinema .column-container {
    margin-top: 25px;
}
#Home-products-davinciresolve-delivery #master-to-tape {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/master-to-tape.jpg');
    background-size: 1200px 756px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ccc;
}
#Home-products-davinciresolve-delivery #master-to-tape .column-container {
    margin-top: 14px;
}
#Home-products-davinciresolve-delivery #master-to-tape .text-container {
    text-align: center;
    width: 610px;
    margin: 80px auto 0 auto;
    padding-bottom: 330px;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-delivery #intro {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/intro@2x.jpg');
    }
    #Home-products-davinciresolve-delivery #files {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/master-output@2x.jpg');
    }
    #Home-products-davinciresolve-delivery #digital-cinema {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/digital-cinema-background@2x.jpg');
    }
    #Home-products-davinciresolve-delivery #master-to-tape {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/delivery/master-to-tape@2x.jpg');
    }
}

/* Control */
#Home-products-davinciresolve-control #blur {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-blur.jpg');
    background-size: 1200px 320px;
    background-repeat: no-repeat;
}
#Home-products-davinciresolve-control #blur .column-container {
    padding: 60px 145px;
}
#Home-products-davinciresolve-control #blur p {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
#Home-products-davinciresolve-control #container {
    background-color: white;
}
#Home-products-davinciresolve-control section {
    padding-top: 0;
}
#Home-products-davinciresolve-control #control-surface {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-control-surface.jpg');
    background-size: 1200px 760px;
    background-repeat: no-repeat;
    padding-top: 217px;
}
#Home-products-davinciresolve-control #control-surface .content {
    margin-left: 740px;
    width: 340px;
    padding-bottom: 60px;
}
#Home-products-davinciresolve-control #resolve-front {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-resolve-front.jpg');
    background-size: 1200px 669px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 320px;
}
#Home-products-davinciresolve-control #resolve-front .content {
    width: 335px;
    float: left;
    margin-left: 65px;
    padding-top: 1px;
}
#Home-products-davinciresolve-control #resolve-front .content p {
    width: 285px;
}
#Home-products-davinciresolve-control #lift .content {
    position: absolute;
    bottom: -260px;
    width: 100%;
    z-index: 3;
}
#Home-products-davinciresolve-control #lift img {
    display: block;
}
#Home-products-davinciresolve-control #lift .circle {
    background-color: #00aeef;
    text-align: center;
    width: 400px;
    height: 400px;
    opacity: 0.95;
    margin: 0 auto;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
}
#Home-products-davinciresolve-control #lift .circle h2,
#Home-products-davinciresolve-control #lift .circle p {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
}
#Home-products-davinciresolve-control #lift .circle h2 {
    padding-top: 90px;
}
#Home-products-davinciresolve-control #shadows-individual {
    background-color: #000;
}
#Home-products-davinciresolve-control #shadows-individual .content {
    padding: 345px 0 60px;
    float: left;
}
#Home-products-davinciresolve-control #shadows-individual .content p {
    width: 340px;
}
#Home-products-davinciresolve-control #shadows-individual #shadows {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-shadows.jpg');
    background-size: 599px 567px;
    background-repeat: no-repeat;
    width: 599px;
}
#Home-products-davinciresolve-control #shadows-individual #shadows h2,
#Home-products-davinciresolve-control #shadows-individual #shadows p {
    margin-left: 66px;
}
#Home-products-davinciresolve-control #shadows-individual #individual {
    background: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-individual-camera.jpg');
    background-size: 601px 567px;
    background-repeat: no-repeat;
    width: 601px;
}
#Home-products-davinciresolve-control #shadows-individual #individual h2,
#Home-products-davinciresolve-control #shadows-individual #individual p {
    margin-left: 115px;
}
#Home-products-davinciresolve-control #living-room {
    margin: 20px 20px;
    background-color: #000;
}
#Home-products-davinciresolve-control #living-room .content {
    position: relative;
    width: 335px;
    float: left;
    margin-left: 65px;
    padding-top: 1px;
    z-index: 2;
}
#Home-products-davinciresolve-control #living-room .content:first-child {
    margin-left: 45px;
}
#Home-products-davinciresolve-control #living-room #transport {
    width: 315px;
}
#Home-products-davinciresolve-control #living-room .content p {
    width: 285px;
}
#Home-products-davinciresolve-control #living-room img {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-control #blur {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-blur@2x.jpg');
    }
    #Home-products-davinciresolve-control #control-surface {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-control-surface@2x.jpg');
    }
    #Home-products-davinciresolve-control #resolve-front {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-resolve-front@2x.jpg');
    }
    #Home-products-davinciresolve-control #shadows-individual #shadows {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-shadows@2x.jpg');
    }
    #Home-products-davinciresolve-control #shadows-individual #individual {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/control/bkg-individual-camera@2x.jpg');
    }
}

/* Power */
#Home-products-davinciresolve-power #blur {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-blur.jpg');
    background-size: 1200px 317px;
}
#Home-products-davinciresolve-power #blur .column-container {
    padding: 60px 145px;
}
#Home-products-davinciresolve-power #blur p {
    width: 695px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
#Home-products-davinciresolve-power section {
    padding-top: 0;
}
#Home-products-davinciresolve-power #unlimited {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-unlimited.jpg');
    background-repeat: no-repeat;
    background-size: 1200px 700px;
    height: 600px;
}
#Home-products-davinciresolve-power #unlimited .content {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-unlimited-content.png');
    display: inline-block;
    background-size: 537px 700px;
    background-repeat: no-repeat;
    margin-left: 88px;
    padding-left: 57px;
    padding-right: 20px;
    height: 100%;
}
#Home-products-davinciresolve-power #unlimited .content h2 {
    margin-top: 100px;
}
#Home-products-davinciresolve-power #unlimited .content p {
    width: 340px;
    color: white;
}
#Home-products-davinciresolve-power #super {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-super.jpg');
    background-size: 1200px 797px;
    background-repeat: no-repeat;
    background-position: 0 -50px;
    height: 695px;
}
#Home-products-davinciresolve-power #super .content {
    margin-left: 704px;
}
#Home-products-davinciresolve-power #super .content h2 {
    color: #2f3030;
    padding-top: 123px;
    margin-top: 0;
}
#Home-products-davinciresolve-power #super .content p {
    width: 340px;
}
#Home-products-davinciresolve-power #storage {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/storage.jpg');
    background-size: 713px 728px;
    background-position: 487px -40px;
    background-repeat: no-repeat;
    height: 673px;
    background-color: #212222;
}
#Home-products-davinciresolve-power #storage .content {
    margin-left: 145px;
}
#Home-products-davinciresolve-power #storage .content h2 {
    margin-top: 0;
    padding-top: 100px;
}
#Home-products-davinciresolve-power #storage .content p {
    width: 340px;
    color: white;
}
#Home-products-davinciresolve-power #complex .content {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-complex.jpg');
    background-repeat: repeat-x;
    position: relative;
    overflow: visible;
    background-position: bottom;
    height: 195px;
    padding-top: 1px;
    z-index: 2;
}
#Home-products-davinciresolve-power #complex .content h2,
#Home-products-davinciresolve-power #complex .content p {
    text-align: center;
    width: 680px;
    color: white;
    margin-left: auto;
    margin-right: auto;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-power #blur {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-blur@2x.jpg');
    }
    #Home-products-davinciresolve-power #unlimited {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-unlimited@2x.jpg');
    }
    #Home-products-davinciresolve-power #unlimited .content {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-unlimited-content@2x.png');
    }
    #Home-products-davinciresolve-power #super {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-super@2x.jpg');
    }
    #Home-products-davinciresolve-power #storage {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/storage@2x.jpg');
    }
    #Home-products-davinciresolve-power #complex .content {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/power/bkg-complex@2x.jpg');
    }
}

/* Compare */
#Home-products-davinciresolve-compare #container {
    background-color: white;
}
#Home-products-davinciresolve-compare #intro h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
}
#Home-products-davinciresolve-compare #intro p {
    text-align: center;
    margin: 0 auto;
    width: 690px;
}
#Home-products-davinciresolve-compare section h2 {
    text-transform: uppercase;
    color: #2f3030;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
#Home-products-davinciresolve-compare .ancre {
    margin: 0 auto;
}
#Home-products-davinciresolve-compare table {
    width: 910px;
    margin: 0 auto;
}
#Home-products-davinciresolve-compare td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #eeeeee;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
}
#Home-products-davinciresolve-compare tr:first-child td {
    color: #525252;
    background-color: #fafafa;
    border: none;
    font-size: 22px;
    font-weight: 600;
}
#Home-products-davinciresolve-compare tr:first-child td:nth-child(n+3) {
    font-size: 12px;
    font-weight: 600;
}
#Home-products-davinciresolve-compare td:first-child {
    text-align: center;
    width: 70px;
}
#Home-products-davinciresolve-compare td:first-child span {
    display: inline-block;
    background-color: #00adf2;
    padding: 3px 5px;
    color: white;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#Home-products-davinciresolve-compare td:nth-child(2) {
    padding: 15px 15px 15px 0;
}
#Home-products-davinciresolve-compare td:nth-child(n+3) {
    width: 90px;
    text-align: center;
    background-color: #f3f3f3;
    color: #00adf2;
    padding-top: 10px;
    padding-bottom: 10px;
}
#Home-products-davinciresolve-compare tr:last-child td {
    padding: 40px;
    background-color: white;
    border-bottom: none;
}
#Home-products-davinciresolve-compare td.no {
    color: #ed5b5a;
}

/* How to Buy */
#Home-products-davinciresolve-howtobuy #container {
    background-color: white;
}
#Home-products-davinciresolve-howtobuy #container h1 {
    font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
    padding: 60px 0 48px;
    text-transform: uppercase;
    text-align: center;
    font-size: 37px;
    font-weight: 300;
}
#Home-products-davinciresolve-howtobuy #reseller-locator {
    border: 1px solid #e7e7e7;
    padding: 30px 19px;
    position: relative;
    margin: 0 auto;
    width: 880px;
    overflow: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#Home-products-davinciresolve-howtobuy #reseller-locator .locator {
    width: 200px;
    float: left;
    margin-right: 56px;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #reseller-platform {
    width: 250px;
    margin-right: 0;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #States {
    margin-top: 10px;
}
#Home-products-davinciresolve-howtobuy #reseller-locator .locator select {
    width: 200px;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #reseller-platform input {
    margin: 2px 0 5px 0;
    float: left;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #reseller-platform input[type=checkbox] + label {
    padding: 0 0 0 6px;
    font-weight: normal;
    float: left;
    font-size: 11px;
    line-height: 14px;
    height: 14px;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #reseller-platform br {
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#Home-products-davinciresolve-howtobuy #reseller-locator .locator h2 {
    margin-top: 0;
}
#Home-products-davinciresolve-howtobuy #reseller-locator #reseller-search {
    position: absolute;
    bottom: 38px;
    right: 19px;
}
#Home-products-davinciresolve-howtobuy #result h2 {
    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
    font-size: 29px;
    font-weight: 300;
}
#Home-products-davinciresolve-howtobuy .reseller-type {
    border-top: 4px solid #313131;
    margin: 0 auto;
    width: 920px;
    clear: both;
    overflow: auto;
}
#Home-products-davinciresolve-howtobuy .reseller-type h2 {
    margin: 30px 20px;
}
#Home-products-davinciresolve-howtobuy .reseller-type .bt.inverse {
    font-family: 'Proxima Nova W08', sans-serif;
    float: right;
}
#Home-products-davinciresolve-howtobuy .reseller-type div {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    clear: both;
    overflow: auto;
}
#Home-products-davinciresolve-howtobuy .reseller-type h3,
#Home-products-davinciresolve-howtobuy .reseller-type p {
    color: #333333;
    font-style: normal;
    line-height: 22px;
    font-size: 14px;
    float: left;
    font-weight: 400;
}
#Home-products-davinciresolve-howtobuy .reseller-type h3 {
    width: 230px;
    padding-left: 70px;
    font-weight: 600;
}
#Home-products-davinciresolve-howtobuy .reseller-type .address {
    padding-right: 20px;
    width: 220px;
}
#Home-products-davinciresolve-howtobuy .reseller-type .telephone {
    padding-right: 20px;
    width: 120px;
}
#Home-products-davinciresolve-howtobuy .reseller-type .website {
    width: 225px;
}
#Home-products-davinciresolve-howtobuy #reseller-online {
    padding-bottom: 50px;
}
#Home-products-davinciresolve-howtobuy #reseller-retail {
    padding-bottom: 80px;
}
#Home-products-davinciresolve-howtobuy #reseller-online div {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/howtobuy/icon-online-resellers.png');
    background-size: 26px 26px;
    background-position: 15px 16px;
    background-repeat: no-repeat;
}
#Home-products-davinciresolve-howtobuy #reseller-retail div {
    background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/howtobuy/icon-resellers.png');
    background-size: 27px 24px;
    background-position: 15px 17px;
    background-repeat: no-repeat;
}
#Home-products-davinciresolve-howtobuy .reseller-type h2 .pagination {
    float: right;
    margin-top: 11px;
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    #Home-products-davinciresolve-howtobuy #reseller-online div {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/howtobuy/icon-online-resellers@2x.png');
    }
    #Home-products-davinciresolve-howtobuy #reseller-retail div {
        background-image: url('https://web.archive.org/web/20150121004535im_/https://images.blackmagicdesign.com/media/products/davinciresolve/howtobuy/icon-resellers@2x.png');
    }
}
/*
     FILE ARCHIVED ON 00:45:35 Jan 21, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:55:11 Feb 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.718
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 10.107
  LoadShardBlock: 95.807 (3)
  PetaboxLoader3.datanode: 113.725 (4)
  load_resource: 86.882
  PetaboxLoader3.resolve: 47.38
*/